home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Education
/
World of Education.iso
/
world_p
/
pcblox10.zip
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-09-01
|
927b
|
26 lines
echo off
cls
echo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
echo ▒ ▒
echo ▒ Print the PC-BLOX User's Guide ▒
echo ▒ ▒
echo ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
echo.
echo.
echo This will print out the PC-BLOX User's Guide.
echo The User's Guide is 30 pages long. It contains
echo a number of illustrations created with ascii
echo characters. Because of this, the User's Guide
echo should be printed at 10 CPI and 6 lines per inch.
echo This is the default setting for most printers.
echo If you are using some other settings, or are
echo using a proportional font, you should disable them.
echo Simply switching your printer off and back on again
echo will in most cases return your printer to the
echo default settings.
echo.
ask Are you ready to print the User's Guide? [Y/N]
if errorlevel 1 goto alldone
type pc-blox.doc >prn
:alldone